@eth-optimism/tokenlist 10.0.196 → 10.0.198
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-52088e73.d.ts → optimism.tokenlist-9809b5b5.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 = "
|
|
44
|
+
var timestamp = "2025-01-07T01:08:24.603Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -133,6 +133,7 @@ var tokens = [
|
|
|
133
133
|
extensions: {
|
|
134
134
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
135
135
|
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
136
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
136
137
|
opListId: "default",
|
|
137
138
|
opTokenId: "AAVE"
|
|
138
139
|
}
|
|
@@ -163,6 +164,19 @@ var tokens = [
|
|
|
163
164
|
opTokenId: "AAVE"
|
|
164
165
|
}
|
|
165
166
|
},
|
|
167
|
+
{
|
|
168
|
+
chainId: 8453,
|
|
169
|
+
address: "0x63706e401c06ac8513145b7687A14804d17f814b",
|
|
170
|
+
name: "Aave Token",
|
|
171
|
+
symbol: "AAVE",
|
|
172
|
+
decimals: 18,
|
|
173
|
+
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
174
|
+
extensions: {
|
|
175
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
176
|
+
opListId: "default",
|
|
177
|
+
opTokenId: "AAVE"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
166
180
|
{
|
|
167
181
|
chainId: 1,
|
|
168
182
|
address: "0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986",
|
|
@@ -4164,6 +4178,32 @@ var tokens = [
|
|
|
4164
4178
|
opTokenId: "IBEX"
|
|
4165
4179
|
}
|
|
4166
4180
|
},
|
|
4181
|
+
{
|
|
4182
|
+
chainId: 1,
|
|
4183
|
+
address: "0x71b14F197DBB6b937665C78120fC07f8355c2C2C",
|
|
4184
|
+
name: "IDRISS",
|
|
4185
|
+
symbol: "IDRISS",
|
|
4186
|
+
decimals: 18,
|
|
4187
|
+
logoURI: "https://ethereum-optimism.github.io/data/IDRISS/logo.svg",
|
|
4188
|
+
extensions: {
|
|
4189
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4190
|
+
opListId: "extended",
|
|
4191
|
+
opTokenId: "IDRISS"
|
|
4192
|
+
}
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
chainId: 8453,
|
|
4196
|
+
address: "0x000096630066820566162C94874A776532705231",
|
|
4197
|
+
name: "IDRISS",
|
|
4198
|
+
symbol: "IDRISS",
|
|
4199
|
+
decimals: 18,
|
|
4200
|
+
logoURI: "https://ethereum-optimism.github.io/data/IDRISS/logo.svg",
|
|
4201
|
+
extensions: {
|
|
4202
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4203
|
+
opListId: "extended",
|
|
4204
|
+
opTokenId: "IDRISS"
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4167
4207
|
{
|
|
4168
4208
|
chainId: 1,
|
|
4169
4209
|
address: "0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651",
|
|
@@ -11190,7 +11230,7 @@ var tokens = [
|
|
|
11190
11230
|
var version = {
|
|
11191
11231
|
major: 10,
|
|
11192
11232
|
minor: 0,
|
|
11193
|
-
patch:
|
|
11233
|
+
patch: 198
|
|
11194
11234
|
};
|
|
11195
11235
|
var optimism_tokenlist_default = {
|
|
11196
11236
|
name,
|