@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.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-11-
|
|
44
|
+
var timestamp = "2024-11-10T13:05:12.696Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -405,6 +405,32 @@ var tokens = [
|
|
|
405
405
|
opTokenId: "APU"
|
|
406
406
|
}
|
|
407
407
|
},
|
|
408
|
+
{
|
|
409
|
+
chainId: 1,
|
|
410
|
+
address: "0xc82e3db60a52cf7529253b4ec688f631aad9e7c2",
|
|
411
|
+
name: "ARC",
|
|
412
|
+
symbol: "ARC",
|
|
413
|
+
decimals: 18,
|
|
414
|
+
logoURI: "https://ethereum-optimism.github.io/data/ARC/logo.svg",
|
|
415
|
+
extensions: {
|
|
416
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
417
|
+
opListId: "extended",
|
|
418
|
+
opTokenId: "ARC"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
chainId: 8453,
|
|
423
|
+
address: "0x61CA70b867A48265e553a7FBb81bfe44FADa7AE6",
|
|
424
|
+
name: "ARC",
|
|
425
|
+
symbol: "ARC",
|
|
426
|
+
decimals: 18,
|
|
427
|
+
logoURI: "https://ethereum-optimism.github.io/data/ARC/logo.svg",
|
|
428
|
+
extensions: {
|
|
429
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
430
|
+
opListId: "extended",
|
|
431
|
+
opTokenId: "ARC"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
408
434
|
{
|
|
409
435
|
chainId: 1,
|
|
410
436
|
address: "0xeDF6568618A00C6F0908Bf7758A16F76B6E04aF9",
|
|
@@ -755,6 +781,32 @@ var tokens = [
|
|
|
755
781
|
opTokenId: "BEPRO"
|
|
756
782
|
}
|
|
757
783
|
},
|
|
784
|
+
{
|
|
785
|
+
chainId: 1,
|
|
786
|
+
address: "0xf17e65822b568b3903685a7c9f496cf7656cc6c2",
|
|
787
|
+
name: "Biconomy Token",
|
|
788
|
+
symbol: "BICO",
|
|
789
|
+
decimals: 18,
|
|
790
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
791
|
+
extensions: {
|
|
792
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
793
|
+
opListId: "extended",
|
|
794
|
+
opTokenId: "BICO"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
chainId: 8453,
|
|
799
|
+
address: "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2",
|
|
800
|
+
name: "Biconomy",
|
|
801
|
+
symbol: "BICO",
|
|
802
|
+
decimals: 18,
|
|
803
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
804
|
+
extensions: {
|
|
805
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
806
|
+
opListId: "extended",
|
|
807
|
+
opTokenId: "BICO"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
758
810
|
{
|
|
759
811
|
chainId: 1,
|
|
760
812
|
address: "0x15Ee120fD69BEc86C1d38502299af7366a41D1a6",
|
|
@@ -10184,7 +10236,7 @@ var tokens = [
|
|
|
10184
10236
|
var version = {
|
|
10185
10237
|
major: 10,
|
|
10186
10238
|
minor: 0,
|
|
10187
|
-
patch:
|
|
10239
|
+
patch: 162
|
|
10188
10240
|
};
|
|
10189
10241
|
var optimism_tokenlist_default = {
|
|
10190
10242
|
name,
|