@eth-optimism/tokenlist 10.0.73 → 10.0.75
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-ada578ef.d.ts → optimism.tokenlist-b0874870.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-06-
|
|
9
|
+
var timestamp = "2024-06-09T21:03:03.720Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -530,6 +530,32 @@ var tokens = [
|
|
|
530
530
|
opTokenId: "BAXA"
|
|
531
531
|
}
|
|
532
532
|
},
|
|
533
|
+
{
|
|
534
|
+
chainId: 1,
|
|
535
|
+
address: "0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A",
|
|
536
|
+
name: "Bepro Token",
|
|
537
|
+
symbol: "BEPRO",
|
|
538
|
+
decimals: 18,
|
|
539
|
+
logoURI: "https://ethereum-optimism.github.io/data/BEPRO/logo.svg",
|
|
540
|
+
extensions: {
|
|
541
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
542
|
+
opListId: "extended",
|
|
543
|
+
opTokenId: "BEPRO"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
chainId: 8453,
|
|
548
|
+
address: "0xf1095aa7DC127ed45441aCfb742694d6a0261b00",
|
|
549
|
+
name: "Bepro Token",
|
|
550
|
+
symbol: "BEPRO",
|
|
551
|
+
decimals: 18,
|
|
552
|
+
logoURI: "https://ethereum-optimism.github.io/data/BEPRO/logo.svg",
|
|
553
|
+
extensions: {
|
|
554
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
555
|
+
opListId: "extended",
|
|
556
|
+
opTokenId: "BEPRO"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
533
559
|
{
|
|
534
560
|
chainId: 1,
|
|
535
561
|
address: "0x15Ee120fD69BEc86C1d38502299af7366a41D1a6",
|
|
@@ -6639,6 +6665,32 @@ var tokens = [
|
|
|
6639
6665
|
opTokenId: "THING"
|
|
6640
6666
|
}
|
|
6641
6667
|
},
|
|
6668
|
+
{
|
|
6669
|
+
chainId: 1,
|
|
6670
|
+
address: "0x7c5b267ed81009aa7374b5ca7e5137da47045ba8",
|
|
6671
|
+
name: "TAIKAI Token",
|
|
6672
|
+
symbol: "TKAI",
|
|
6673
|
+
decimals: 18,
|
|
6674
|
+
logoURI: "https://ethereum-optimism.github.io/data/TKAI/logo.svg",
|
|
6675
|
+
extensions: {
|
|
6676
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6677
|
+
opListId: "extended",
|
|
6678
|
+
opTokenId: "TKAI"
|
|
6679
|
+
}
|
|
6680
|
+
},
|
|
6681
|
+
{
|
|
6682
|
+
chainId: 8453,
|
|
6683
|
+
address: "0x1287A235474E0331C0975e373bdD066444d1Bd35",
|
|
6684
|
+
name: "TAIKAI Token",
|
|
6685
|
+
symbol: "TKAI",
|
|
6686
|
+
decimals: 18,
|
|
6687
|
+
logoURI: "https://ethereum-optimism.github.io/data/TKAI/logo.svg",
|
|
6688
|
+
extensions: {
|
|
6689
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6690
|
+
opListId: "extended",
|
|
6691
|
+
opTokenId: "TKAI"
|
|
6692
|
+
}
|
|
6693
|
+
},
|
|
6642
6694
|
{
|
|
6643
6695
|
chainId: 1,
|
|
6644
6696
|
address: "0x82D09e30d5D682D69B4A5d97C61b7BA651457625",
|
|
@@ -8255,7 +8307,7 @@ var tokens = [
|
|
|
8255
8307
|
var version = {
|
|
8256
8308
|
major: 10,
|
|
8257
8309
|
minor: 0,
|
|
8258
|
-
patch:
|
|
8310
|
+
patch: 75
|
|
8259
8311
|
};
|
|
8260
8312
|
var optimism_tokenlist_default = {
|
|
8261
8313
|
name,
|