@eth-optimism/tokenlist 10.0.176 → 10.0.177
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f80671d5.d.ts → optimism.tokenlist-645bb029.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-11-29T05:
|
|
25
|
+
var timestamp = "2024-11-29T05:58:36.772Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -130,6 +130,58 @@ var tokens = [
|
|
|
130
130
|
opTokenId: "AAVE"
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
|
+
{
|
|
134
|
+
chainId: 1,
|
|
135
|
+
address: "0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986",
|
|
136
|
+
name: "ArcBlock",
|
|
137
|
+
symbol: "ABT",
|
|
138
|
+
decimals: 18,
|
|
139
|
+
logoURI: "https://ethereum-optimism.github.io/data/ABT/logo.svg",
|
|
140
|
+
extensions: {
|
|
141
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
142
|
+
opListId: "extended",
|
|
143
|
+
opTokenId: "ABT"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
chainId: 8453,
|
|
148
|
+
address: "0xe2A8cCB00E328a0EC2204CB0c736309D7c1fa556",
|
|
149
|
+
name: "ArcBlock",
|
|
150
|
+
symbol: "ABT",
|
|
151
|
+
decimals: 18,
|
|
152
|
+
logoURI: "https://ethereum-optimism.github.io/data/ABT/logo.svg",
|
|
153
|
+
extensions: {
|
|
154
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
155
|
+
opListId: "extended",
|
|
156
|
+
opTokenId: "ABT"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
chainId: 11155111,
|
|
161
|
+
address: "0xA5a69f91E14c135727983924C671EC564739b961",
|
|
162
|
+
name: "ArcBlock",
|
|
163
|
+
symbol: "ABT",
|
|
164
|
+
decimals: 18,
|
|
165
|
+
logoURI: "https://ethereum-optimism.github.io/data/ABT/logo.svg",
|
|
166
|
+
extensions: {
|
|
167
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
168
|
+
opListId: "extended",
|
|
169
|
+
opTokenId: "ABT"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
chainId: 84532,
|
|
174
|
+
address: "0xf92620d8d20e0197885FF1005506EF4d0Be5bd54",
|
|
175
|
+
name: "ArcBlock",
|
|
176
|
+
symbol: "ABT",
|
|
177
|
+
decimals: 18,
|
|
178
|
+
logoURI: "https://ethereum-optimism.github.io/data/ABT/logo.svg",
|
|
179
|
+
extensions: {
|
|
180
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
181
|
+
opListId: "extended",
|
|
182
|
+
opTokenId: "ABT"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
133
185
|
{
|
|
134
186
|
chainId: 1,
|
|
135
187
|
address: "0x2b95a1dcc3d405535f9ed33c219ab38e8d7e0884",
|
|
@@ -10595,7 +10647,7 @@ var tokens = [
|
|
|
10595
10647
|
var version = {
|
|
10596
10648
|
major: 10,
|
|
10597
10649
|
minor: 0,
|
|
10598
|
-
patch:
|
|
10650
|
+
patch: 177
|
|
10599
10651
|
};
|
|
10600
10652
|
var optimism_tokenlist_default = {
|
|
10601
10653
|
name,
|