@eth-optimism/tokenlist 10.0.145 → 10.0.146
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-4c0fbbb1.d.ts → optimism.tokenlist-0e684e85.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 = "2024-10-
|
|
44
|
+
var timestamp = "2024-10-15T01:29:39.310Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1182,6 +1182,7 @@ var tokens = [
|
|
|
1182
1182
|
logoURI: "https://ethereum-optimism.github.io/data/bwAJNA/logo.svg",
|
|
1183
1183
|
extensions: {
|
|
1184
1184
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1185
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1185
1186
|
opListId: "extended",
|
|
1186
1187
|
opTokenId: "bwAJNA"
|
|
1187
1188
|
}
|
|
@@ -1199,6 +1200,19 @@ var tokens = [
|
|
|
1199
1200
|
opTokenId: "bwAJNA"
|
|
1200
1201
|
}
|
|
1201
1202
|
},
|
|
1203
|
+
{
|
|
1204
|
+
chainId: 8453,
|
|
1205
|
+
address: "0xf0f326af3b1Ed943ab95C29470730CC8Cf66ae47",
|
|
1206
|
+
name: "Burn Wrapped AJNA",
|
|
1207
|
+
symbol: "bwAJNA",
|
|
1208
|
+
decimals: 18,
|
|
1209
|
+
logoURI: "https://ethereum-optimism.github.io/data/bwAJNA/logo.svg",
|
|
1210
|
+
extensions: {
|
|
1211
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1212
|
+
opListId: "extended",
|
|
1213
|
+
opTokenId: "bwAJNA"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1202
1216
|
{
|
|
1203
1217
|
chainId: 1,
|
|
1204
1218
|
address: "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
|
|
@@ -9818,7 +9832,7 @@ var tokens = [
|
|
|
9818
9832
|
var version = {
|
|
9819
9833
|
major: 10,
|
|
9820
9834
|
minor: 0,
|
|
9821
|
-
patch:
|
|
9835
|
+
patch: 146
|
|
9822
9836
|
};
|
|
9823
9837
|
var optimism_tokenlist_default = {
|
|
9824
9838
|
name,
|