@eth-optimism/tokenlist 10.0.171 → 10.0.173
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-48033ad0.d.ts → optimism.tokenlist-1d5f1038.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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:12:35.457Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3526,6 +3526,32 @@ var tokens = [
|
|
|
3526
3526
|
opTokenId: "GTC"
|
|
3527
3527
|
}
|
|
3528
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
|
+
},
|
|
3529
3555
|
{
|
|
3530
3556
|
chainId: 1,
|
|
3531
3557
|
address: "0xC08512927D12348F6620a698105e1BAac6EcD911",
|
|
@@ -6009,6 +6035,7 @@ var tokens = [
|
|
|
6009
6035
|
logoURI: "https://ethereum-optimism.github.io/data/PENDLE/logo.png",
|
|
6010
6036
|
extensions: {
|
|
6011
6037
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6038
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6012
6039
|
opListId: "extended",
|
|
6013
6040
|
opTokenId: "PENDLE"
|
|
6014
6041
|
}
|
|
@@ -6026,6 +6053,19 @@ var tokens = [
|
|
|
6026
6053
|
opTokenId: "PENDLE"
|
|
6027
6054
|
}
|
|
6028
6055
|
},
|
|
6056
|
+
{
|
|
6057
|
+
chainId: 8453,
|
|
6058
|
+
address: "0xa99f6e6785da0f5d6fb42495fe424bce029eeb3e",
|
|
6059
|
+
name: "Pendle",
|
|
6060
|
+
symbol: "PENDLE",
|
|
6061
|
+
decimals: 18,
|
|
6062
|
+
logoURI: "https://ethereum-optimism.github.io/data/PENDLE/logo.png",
|
|
6063
|
+
extensions: {
|
|
6064
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6065
|
+
opListId: "extended",
|
|
6066
|
+
opTokenId: "PENDLE"
|
|
6067
|
+
}
|
|
6068
|
+
},
|
|
6029
6069
|
{
|
|
6030
6070
|
chainId: 1,
|
|
6031
6071
|
address: "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
@@ -10472,7 +10512,7 @@ var tokens = [
|
|
|
10472
10512
|
var version = {
|
|
10473
10513
|
major: 10,
|
|
10474
10514
|
minor: 0,
|
|
10475
|
-
patch:
|
|
10515
|
+
patch: 173
|
|
10476
10516
|
};
|
|
10477
10517
|
var optimism_tokenlist_default = {
|
|
10478
10518
|
name,
|