@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "
|
|
9
|
+
var timestamp = "2025-01-07T01:08:24.603Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -98,6 +98,7 @@ var tokens = [
|
|
|
98
98
|
extensions: {
|
|
99
99
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
100
100
|
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
101
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
101
102
|
opListId: "default",
|
|
102
103
|
opTokenId: "AAVE"
|
|
103
104
|
}
|
|
@@ -128,6 +129,19 @@ var tokens = [
|
|
|
128
129
|
opTokenId: "AAVE"
|
|
129
130
|
}
|
|
130
131
|
},
|
|
132
|
+
{
|
|
133
|
+
chainId: 8453,
|
|
134
|
+
address: "0x63706e401c06ac8513145b7687A14804d17f814b",
|
|
135
|
+
name: "Aave Token",
|
|
136
|
+
symbol: "AAVE",
|
|
137
|
+
decimals: 18,
|
|
138
|
+
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
139
|
+
extensions: {
|
|
140
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
141
|
+
opListId: "default",
|
|
142
|
+
opTokenId: "AAVE"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
131
145
|
{
|
|
132
146
|
chainId: 1,
|
|
133
147
|
address: "0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986",
|
|
@@ -11181,7 +11195,7 @@ var tokens = [
|
|
|
11181
11195
|
var version = {
|
|
11182
11196
|
major: 10,
|
|
11183
11197
|
minor: 0,
|
|
11184
|
-
patch:
|
|
11198
|
+
patch: 198
|
|
11185
11199
|
};
|
|
11186
11200
|
var optimism_tokenlist_default = {
|
|
11187
11201
|
name,
|