@eth-optimism/tokenlist 10.0.170 → 10.0.172
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-2171b537.d.ts → optimism.tokenlist-dcd8393c.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-29T05:03:44.207Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -649,6 +649,32 @@ var tokens = [
|
|
|
649
649
|
opTokenId: "auraBAL"
|
|
650
650
|
}
|
|
651
651
|
},
|
|
652
|
+
{
|
|
653
|
+
chainId: 1,
|
|
654
|
+
address: "0xF5a893Cc9b09c46FDAeCE4301Abc88C5c9C926C2",
|
|
655
|
+
name: "Animalverse Club",
|
|
656
|
+
symbol: "AVC",
|
|
657
|
+
decimals: 18,
|
|
658
|
+
logoURI: "https://ethereum-optimism.github.io/data/AVC/logo.png",
|
|
659
|
+
extensions: {
|
|
660
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
661
|
+
opListId: "extended",
|
|
662
|
+
opTokenId: "AVC"
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
chainId: 8453,
|
|
667
|
+
address: "0xaCB1c6492a3d7CB8F38F04496381902ba55Ed3C5",
|
|
668
|
+
name: "Animalverse Club",
|
|
669
|
+
symbol: "AVC",
|
|
670
|
+
decimals: 18,
|
|
671
|
+
logoURI: "https://ethereum-optimism.github.io/data/AVC/logo.png",
|
|
672
|
+
extensions: {
|
|
673
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
674
|
+
opListId: "extended",
|
|
675
|
+
opTokenId: "AVC"
|
|
676
|
+
}
|
|
677
|
+
},
|
|
652
678
|
{
|
|
653
679
|
chainId: 1,
|
|
654
680
|
address: "0xDd66781D0E9a08D4FBb5eC7BAc80B691BE27F21D",
|
|
@@ -3500,6 +3526,32 @@ var tokens = [
|
|
|
3500
3526
|
opTokenId: "GTC"
|
|
3501
3527
|
}
|
|
3502
3528
|
},
|
|
3529
|
+
{
|
|
3530
|
+
chainId: 1,
|
|
3531
|
+
address: "0x525574C899A7c877a11865339e57376092168258",
|
|
3532
|
+
name: "GURU Token",
|
|
3533
|
+
symbol: "GURU",
|
|
3534
|
+
decimals: 18,
|
|
3535
|
+
logoURI: "https://ethereum-optimism.github.io/data/GURU/logo.svg",
|
|
3536
|
+
extensions: {
|
|
3537
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3538
|
+
opListId: "extended",
|
|
3539
|
+
opTokenId: "GURU"
|
|
3540
|
+
}
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
chainId: 8453,
|
|
3544
|
+
address: "0x0f1cFD0Bb452DB90a3bFC0848349463010419AB2",
|
|
3545
|
+
name: "GURU Token",
|
|
3546
|
+
symbol: "GURU",
|
|
3547
|
+
decimals: 18,
|
|
3548
|
+
logoURI: "https://ethereum-optimism.github.io/data/GURU/logo.svg",
|
|
3549
|
+
extensions: {
|
|
3550
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3551
|
+
opListId: "extended",
|
|
3552
|
+
opTokenId: "GURU"
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3503
3555
|
{
|
|
3504
3556
|
chainId: 1,
|
|
3505
3557
|
address: "0xC08512927D12348F6620a698105e1BAac6EcD911",
|
|
@@ -10446,7 +10498,7 @@ var tokens = [
|
|
|
10446
10498
|
var version = {
|
|
10447
10499
|
major: 10,
|
|
10448
10500
|
minor: 0,
|
|
10449
|
-
patch:
|
|
10501
|
+
patch: 172
|
|
10450
10502
|
};
|
|
10451
10503
|
var optimism_tokenlist_default = {
|
|
10452
10504
|
name,
|