@eth-optimism/tokenlist 9.0.14 → 9.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +30 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-4903e02e.d.ts → optimism.tokenlist-d4631b55.d.ts} +30 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +30 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +30 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-12-16T18:
|
|
9
|
+
var timestamp = "2023-12-16T18:41:21.605Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -337,6 +337,7 @@ var tokens = [
|
|
|
337
337
|
logoURI: "https://ethereum-optimism.github.io/data/ARPA/logo.svg",
|
|
338
338
|
extensions: {
|
|
339
339
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
340
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
340
341
|
opListId: "extended",
|
|
341
342
|
opTokenId: "ARPA"
|
|
342
343
|
}
|
|
@@ -354,6 +355,19 @@ var tokens = [
|
|
|
354
355
|
opTokenId: "ARPA"
|
|
355
356
|
}
|
|
356
357
|
},
|
|
358
|
+
{
|
|
359
|
+
chainId: 8453,
|
|
360
|
+
address: "0x1C9Fa01e87487712706Fb469a13bEb234262C867",
|
|
361
|
+
name: "ARPA Token",
|
|
362
|
+
symbol: "ARPA",
|
|
363
|
+
decimals: 18,
|
|
364
|
+
logoURI: "https://ethereum-optimism.github.io/data/ARPA/logo.svg",
|
|
365
|
+
extensions: {
|
|
366
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
367
|
+
opListId: "extended",
|
|
368
|
+
opTokenId: "ARPA"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
357
371
|
{
|
|
358
372
|
chainId: 1,
|
|
359
373
|
address: "0xba100000625a3754423978a60c9317c58a424e3D",
|
|
@@ -5938,6 +5952,7 @@ var tokens = [
|
|
|
5938
5952
|
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
5939
5953
|
extensions: {
|
|
5940
5954
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5955
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5941
5956
|
opListId: "extended",
|
|
5942
5957
|
opTokenId: "weETH"
|
|
5943
5958
|
}
|
|
@@ -5981,6 +5996,19 @@ var tokens = [
|
|
|
5981
5996
|
opTokenId: "weETH"
|
|
5982
5997
|
}
|
|
5983
5998
|
},
|
|
5999
|
+
{
|
|
6000
|
+
chainId: 8453,
|
|
6001
|
+
address: "0x4c94DE27c94962Dba6Ebb77924Ac54189db75EFA",
|
|
6002
|
+
name: "Wrapped eETH",
|
|
6003
|
+
symbol: "weETH",
|
|
6004
|
+
decimals: 18,
|
|
6005
|
+
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
6006
|
+
extensions: {
|
|
6007
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6008
|
+
opListId: "extended",
|
|
6009
|
+
opTokenId: "weETH"
|
|
6010
|
+
}
|
|
6011
|
+
},
|
|
5984
6012
|
{
|
|
5985
6013
|
chainId: 1,
|
|
5986
6014
|
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
@@ -6427,7 +6455,7 @@ var tokens = [
|
|
|
6427
6455
|
var version = {
|
|
6428
6456
|
major: 9,
|
|
6429
6457
|
minor: 0,
|
|
6430
|
-
patch:
|
|
6458
|
+
patch: 16
|
|
6431
6459
|
};
|
|
6432
6460
|
var optimism_tokenlist_default = {
|
|
6433
6461
|
name,
|