@eth-optimism/tokenlist 10.0.160 → 10.0.162
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-963f84ae.d.ts → optimism.tokenlist-7a498cf2.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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 = "2024-11-
|
|
9
|
+
var timestamp = "2024-11-10T13:05:12.696Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -370,6 +370,32 @@ var tokens = [
|
|
|
370
370
|
opTokenId: "APU"
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
|
+
{
|
|
374
|
+
chainId: 1,
|
|
375
|
+
address: "0xc82e3db60a52cf7529253b4ec688f631aad9e7c2",
|
|
376
|
+
name: "ARC",
|
|
377
|
+
symbol: "ARC",
|
|
378
|
+
decimals: 18,
|
|
379
|
+
logoURI: "https://ethereum-optimism.github.io/data/ARC/logo.svg",
|
|
380
|
+
extensions: {
|
|
381
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
382
|
+
opListId: "extended",
|
|
383
|
+
opTokenId: "ARC"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
chainId: 8453,
|
|
388
|
+
address: "0x61CA70b867A48265e553a7FBb81bfe44FADa7AE6",
|
|
389
|
+
name: "ARC",
|
|
390
|
+
symbol: "ARC",
|
|
391
|
+
decimals: 18,
|
|
392
|
+
logoURI: "https://ethereum-optimism.github.io/data/ARC/logo.svg",
|
|
393
|
+
extensions: {
|
|
394
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
395
|
+
opListId: "extended",
|
|
396
|
+
opTokenId: "ARC"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
373
399
|
{
|
|
374
400
|
chainId: 1,
|
|
375
401
|
address: "0xeDF6568618A00C6F0908Bf7758A16F76B6E04aF9",
|
|
@@ -720,6 +746,32 @@ var tokens = [
|
|
|
720
746
|
opTokenId: "BEPRO"
|
|
721
747
|
}
|
|
722
748
|
},
|
|
749
|
+
{
|
|
750
|
+
chainId: 1,
|
|
751
|
+
address: "0xf17e65822b568b3903685a7c9f496cf7656cc6c2",
|
|
752
|
+
name: "Biconomy Token",
|
|
753
|
+
symbol: "BICO",
|
|
754
|
+
decimals: 18,
|
|
755
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
756
|
+
extensions: {
|
|
757
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
758
|
+
opListId: "extended",
|
|
759
|
+
opTokenId: "BICO"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
chainId: 8453,
|
|
764
|
+
address: "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2",
|
|
765
|
+
name: "Biconomy",
|
|
766
|
+
symbol: "BICO",
|
|
767
|
+
decimals: 18,
|
|
768
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
769
|
+
extensions: {
|
|
770
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
771
|
+
opListId: "extended",
|
|
772
|
+
opTokenId: "BICO"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
723
775
|
{
|
|
724
776
|
chainId: 1,
|
|
725
777
|
address: "0x15Ee120fD69BEc86C1d38502299af7366a41D1a6",
|
|
@@ -10149,7 +10201,7 @@ var tokens = [
|
|
|
10149
10201
|
var version = {
|
|
10150
10202
|
major: 10,
|
|
10151
10203
|
minor: 0,
|
|
10152
|
-
patch:
|
|
10204
|
+
patch: 162
|
|
10153
10205
|
};
|
|
10154
10206
|
var optimism_tokenlist_default = {
|
|
10155
10207
|
name,
|