@eth-optimism/tokenlist 10.0.197 → 10.0.199
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-1ce469a8.d.ts → optimism.tokenlist-40739d3a.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:15:56.969Z";
|
|
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",
|
|
@@ -8380,6 +8394,32 @@ var tokens = [
|
|
|
8380
8394
|
opTokenId: "SOL"
|
|
8381
8395
|
}
|
|
8382
8396
|
},
|
|
8397
|
+
{
|
|
8398
|
+
chainId: 1,
|
|
8399
|
+
address: "0x031B8d752d73d7Fe9678ACEf26e818280D0646b4",
|
|
8400
|
+
name: "SOVRUN",
|
|
8401
|
+
symbol: "SOVRN",
|
|
8402
|
+
decimals: 18,
|
|
8403
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOVRN/logo.svg",
|
|
8404
|
+
extensions: {
|
|
8405
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
8406
|
+
opListId: "extended",
|
|
8407
|
+
opTokenId: "SOVRN"
|
|
8408
|
+
}
|
|
8409
|
+
},
|
|
8410
|
+
{
|
|
8411
|
+
chainId: 8453,
|
|
8412
|
+
address: "0xca4c2e10037ac1af9f501ecb11a710776c87d2d5",
|
|
8413
|
+
name: "SOVRUN",
|
|
8414
|
+
symbol: "SOVRN",
|
|
8415
|
+
decimals: 18,
|
|
8416
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOVRN/logo.svg",
|
|
8417
|
+
extensions: {
|
|
8418
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8419
|
+
opListId: "extended",
|
|
8420
|
+
opTokenId: "SOVRN"
|
|
8421
|
+
}
|
|
8422
|
+
},
|
|
8383
8423
|
{
|
|
8384
8424
|
chainId: 1,
|
|
8385
8425
|
address: "0x42d6622dece394b54999fbd73d108123806f6a18",
|
|
@@ -11216,7 +11256,7 @@ var tokens = [
|
|
|
11216
11256
|
var version = {
|
|
11217
11257
|
major: 10,
|
|
11218
11258
|
minor: 0,
|
|
11219
|
-
patch:
|
|
11259
|
+
patch: 199
|
|
11220
11260
|
};
|
|
11221
11261
|
var optimism_tokenlist_default = {
|
|
11222
11262
|
name,
|