Skip to content

Commit

Permalink
feat: Define wECO testnet addresses (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Nov 9, 2023
1 parent cc0d959 commit 4fa61f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/constants-v2",
"version": "1.0.5",
"version": "1.0.6",
"description": "Export commonly re-used values for Across repositories",
"repository": "https://github.com/across-protocol/constants-v2.git",
"author": "[email protected]",
Expand Down
10 changes: 10 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,14 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.OPTIMISM]: "0x4200000000000000000000000000000000000042",
},
},
wECO: {
name: "Wrapped ECO",
symbol: "wECO",
decimals: 18,
addresses: {
[CHAIN_IDs.GOERLI]: "0x495A1619EEAcD776Eaa241df7A38dC74Ee7F1779",
[CHAIN_IDs.OPTIMISM_GOERLI]: "0x130c1Dcc9FD997Fa02f555dad54EDaf553f2555A",
[CHAIN_IDs.BASE_GOERLI]: "0x4489d0a0345eCB216A3994De780d453c7fA6312C",
},
},
};

0 comments on commit 4fa61f0

Please sign in to comment.