@eth-optimism/tokenlist 10.0.197 → 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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-1ce469a8.d.ts → optimism.tokenlist-9809b5b5.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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",
|
|
@@ -11216,7 +11230,7 @@ var tokens = [
|
|
|
11216
11230
|
var version = {
|
|
11217
11231
|
major: 10,
|
|
11218
11232
|
minor: 0,
|
|
11219
|
-
patch:
|
|
11233
|
+
patch: 198
|
|
11220
11234
|
};
|
|
11221
11235
|
var optimism_tokenlist_default = {
|
|
11222
11236
|
name,
|