@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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-11-
|
|
25
|
+
var timestamp = "2024-11-10T13:05:12.696Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -386,6 +386,32 @@ var tokens = [
|
|
|
386
386
|
opTokenId: "APU"
|
|
387
387
|
}
|
|
388
388
|
},
|
|
389
|
+
{
|
|
390
|
+
chainId: 1,
|
|
391
|
+
address: "0xc82e3db60a52cf7529253b4ec688f631aad9e7c2",
|
|
392
|
+
name: "ARC",
|
|
393
|
+
symbol: "ARC",
|
|
394
|
+
decimals: 18,
|
|
395
|
+
logoURI: "https://ethereum-optimism.github.io/data/ARC/logo.svg",
|
|
396
|
+
extensions: {
|
|
397
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
398
|
+
opListId: "extended",
|
|
399
|
+
opTokenId: "ARC"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
chainId: 8453,
|
|
404
|
+
address: "0x61CA70b867A48265e553a7FBb81bfe44FADa7AE6",
|
|
405
|
+
name: "ARC",
|
|
406
|
+
symbol: "ARC",
|
|
407
|
+
decimals: 18,
|
|
408
|
+
logoURI: "https://ethereum-optimism.github.io/data/ARC/logo.svg",
|
|
409
|
+
extensions: {
|
|
410
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
411
|
+
opListId: "extended",
|
|
412
|
+
opTokenId: "ARC"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
389
415
|
{
|
|
390
416
|
chainId: 1,
|
|
391
417
|
address: "0xeDF6568618A00C6F0908Bf7758A16F76B6E04aF9",
|
|
@@ -736,6 +762,32 @@ var tokens = [
|
|
|
736
762
|
opTokenId: "BEPRO"
|
|
737
763
|
}
|
|
738
764
|
},
|
|
765
|
+
{
|
|
766
|
+
chainId: 1,
|
|
767
|
+
address: "0xf17e65822b568b3903685a7c9f496cf7656cc6c2",
|
|
768
|
+
name: "Biconomy Token",
|
|
769
|
+
symbol: "BICO",
|
|
770
|
+
decimals: 18,
|
|
771
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
772
|
+
extensions: {
|
|
773
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
774
|
+
opListId: "extended",
|
|
775
|
+
opTokenId: "BICO"
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
chainId: 8453,
|
|
780
|
+
address: "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2",
|
|
781
|
+
name: "Biconomy",
|
|
782
|
+
symbol: "BICO",
|
|
783
|
+
decimals: 18,
|
|
784
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
785
|
+
extensions: {
|
|
786
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
787
|
+
opListId: "extended",
|
|
788
|
+
opTokenId: "BICO"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
739
791
|
{
|
|
740
792
|
chainId: 1,
|
|
741
793
|
address: "0x15Ee120fD69BEc86C1d38502299af7366a41D1a6",
|
|
@@ -10165,7 +10217,7 @@ var tokens = [
|
|
|
10165
10217
|
var version = {
|
|
10166
10218
|
major: 10,
|
|
10167
10219
|
minor: 0,
|
|
10168
|
-
patch:
|
|
10220
|
+
patch: 162
|
|
10169
10221
|
};
|
|
10170
10222
|
var optimism_tokenlist_default = {
|
|
10171
10223
|
name,
|