@eth-optimism/tokenlist 10.0.124 → 10.0.125
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-51940311.d.ts → optimism.tokenlist-b357b25c.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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-09-
|
|
44
|
+
var timestamp = "2024-09-18T01:00:31.808Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4928,6 +4928,32 @@ var tokens = [
|
|
|
4928
4928
|
opTokenId: "NOUNS"
|
|
4929
4929
|
}
|
|
4930
4930
|
},
|
|
4931
|
+
{
|
|
4932
|
+
chainId: 1,
|
|
4933
|
+
address: "0x82967568A57625675b260Ebab1294038C9ACcC6e",
|
|
4934
|
+
name: "Nova DAO",
|
|
4935
|
+
symbol: "NOVA",
|
|
4936
|
+
decimals: 18,
|
|
4937
|
+
logoURI: "https://ethereum-optimism.github.io/data/NOVA/logo.png",
|
|
4938
|
+
extensions: {
|
|
4939
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4940
|
+
opListId: "extended",
|
|
4941
|
+
opTokenId: "NOVA"
|
|
4942
|
+
}
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
chainId: 8453,
|
|
4946
|
+
address: "0x7Cea109FC3516eD1248ae9AA67B5a352cF74075e",
|
|
4947
|
+
name: "Nova DAO",
|
|
4948
|
+
symbol: "NOVA",
|
|
4949
|
+
decimals: 18,
|
|
4950
|
+
logoURI: "https://ethereum-optimism.github.io/data/NOVA/logo.png",
|
|
4951
|
+
extensions: {
|
|
4952
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4953
|
+
opListId: "extended",
|
|
4954
|
+
opTokenId: "NOVA"
|
|
4955
|
+
}
|
|
4956
|
+
},
|
|
4931
4957
|
{
|
|
4932
4958
|
chainId: 1,
|
|
4933
4959
|
address: "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
|
|
@@ -9358,7 +9384,7 @@ var tokens = [
|
|
|
9358
9384
|
var version = {
|
|
9359
9385
|
major: 10,
|
|
9360
9386
|
minor: 0,
|
|
9361
|
-
patch:
|
|
9387
|
+
patch: 125
|
|
9362
9388
|
};
|
|
9363
9389
|
var optimism_tokenlist_default = {
|
|
9364
9390
|
name,
|