@eth-optimism/tokenlist 10.0.36 → 10.0.37
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-95a66e70.d.ts → optimism.tokenlist-b140927c.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-04-
|
|
9
|
+
var timestamp = "2024-04-29T20:07:17.020Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2844,6 +2844,32 @@ var tokens = [
|
|
|
2844
2844
|
opTokenId: "INFC"
|
|
2845
2845
|
}
|
|
2846
2846
|
},
|
|
2847
|
+
{
|
|
2848
|
+
chainId: 1,
|
|
2849
|
+
address: "0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69",
|
|
2850
|
+
name: "IoTeX Network",
|
|
2851
|
+
symbol: "IOTX",
|
|
2852
|
+
decimals: 18,
|
|
2853
|
+
logoURI: "https://ethereum-optimism.github.io/data/IOTX/logo.svg",
|
|
2854
|
+
extensions: {
|
|
2855
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2856
|
+
opListId: "extended",
|
|
2857
|
+
opTokenId: "IOTX"
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
chainId: 8453,
|
|
2862
|
+
address: "0xBCBAf311ceC8a4EAC0430193A528d9FF27ae38C1",
|
|
2863
|
+
name: "IoTeX Network",
|
|
2864
|
+
symbol: "IOTX",
|
|
2865
|
+
decimals: 18,
|
|
2866
|
+
logoURI: "https://ethereum-optimism.github.io/data/IOTX/logo.svg",
|
|
2867
|
+
extensions: {
|
|
2868
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2869
|
+
opListId: "extended",
|
|
2870
|
+
opTokenId: "IOTX"
|
|
2871
|
+
}
|
|
2872
|
+
},
|
|
2847
2873
|
{
|
|
2848
2874
|
chainId: 1,
|
|
2849
2875
|
address: "0xd909C5862Cdb164aDB949D92622082f0092eFC3d",
|
|
@@ -3179,6 +3205,7 @@ var tokens = [
|
|
|
3179
3205
|
logoURI: "https://ethereum-optimism.github.io/data/LIZ/logo.png",
|
|
3180
3206
|
extensions: {
|
|
3181
3207
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3208
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3182
3209
|
opListId: "extended",
|
|
3183
3210
|
opTokenId: "LIZ"
|
|
3184
3211
|
}
|
|
@@ -3196,6 +3223,19 @@ var tokens = [
|
|
|
3196
3223
|
opTokenId: "LIZ"
|
|
3197
3224
|
}
|
|
3198
3225
|
},
|
|
3226
|
+
{
|
|
3227
|
+
chainId: 8453,
|
|
3228
|
+
address: "0x1c4076e33D1A165636f89F1A2025271e238C25d7",
|
|
3229
|
+
name: "Theranos Coin",
|
|
3230
|
+
symbol: "LIZ",
|
|
3231
|
+
decimals: 18,
|
|
3232
|
+
logoURI: "https://ethereum-optimism.github.io/data/LIZ/logo.png",
|
|
3233
|
+
extensions: {
|
|
3234
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3235
|
+
opListId: "extended",
|
|
3236
|
+
opTokenId: "LIZ"
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3199
3239
|
{
|
|
3200
3240
|
chainId: 1,
|
|
3201
3241
|
address: "0x3650B69f86cB593f116e276C30666834336c0647",
|
|
@@ -6972,7 +7012,7 @@ var tokens = [
|
|
|
6972
7012
|
var version = {
|
|
6973
7013
|
major: 10,
|
|
6974
7014
|
minor: 0,
|
|
6975
|
-
patch:
|
|
7015
|
+
patch: 37
|
|
6976
7016
|
};
|
|
6977
7017
|
var optimism_tokenlist_default = {
|
|
6978
7018
|
name,
|