Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Nov 20, 2023
1 parent 561d3aa commit db379f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/apps/src/config/chains/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ export const baseChain: ChainConfig = {
},
},
tokens: [
{
decimals: 18,
symbol: "ETH",
name: "ETH",
type: "native",
address: "0x0000000000000000000000000000000000000000",
logo: "eth.svg",
cross: [],
},
{
decimals: 6,
symbol: "USDC",
Expand Down

0 comments on commit db379f9

Please sign in to comment.