We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb2cd8 commit cc0d959Copy full SHA for cc0d959
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@across-protocol/constants-v2",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Export commonly re-used values for Across repositories",
5
"repository": "https://github.com/across-protocol/constants-v2.git",
6
"author": "[email protected]",
src/constants.ts
@@ -217,4 +217,12 @@ export const TOKEN_SYMBOLS_MAP = {
217
[CHAIN_IDs.MUMBAI]: "0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889",
218
},
219
220
+ OP: {
221
+ name: "Optimism",
222
+ symbol: "OP",
223
+ decimals: 18,
224
+ addresses: {
225
+ [CHAIN_IDs.OPTIMISM]: "0x4200000000000000000000000000000000000042",
226
+ },
227
228
};
0 commit comments