@eth-optimism/tokenlist 10.0.61 → 10.0.62
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-705f5ffb.d.ts → optimism.tokenlist-9f49448d.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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-05-
|
|
44
|
+
var timestamp = "2024-05-14T22:55:46.188Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -7794,6 +7794,46 @@ var tokens = [
|
|
|
7794
7794
|
opTokenId: "ZRX"
|
|
7795
7795
|
}
|
|
7796
7796
|
},
|
|
7797
|
+
{
|
|
7798
|
+
chainId: 1,
|
|
7799
|
+
address: "0x6b5204b0be36771253cc38e88012e02b752f0f36",
|
|
7800
|
+
name: "Zunami Governance Token",
|
|
7801
|
+
symbol: "ZUN",
|
|
7802
|
+
decimals: 18,
|
|
7803
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZUN/logo.svg",
|
|
7804
|
+
extensions: {
|
|
7805
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
7806
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7807
|
+
opListId: "extended",
|
|
7808
|
+
opTokenId: "ZUN"
|
|
7809
|
+
}
|
|
7810
|
+
},
|
|
7811
|
+
{
|
|
7812
|
+
chainId: 10,
|
|
7813
|
+
address: "0x4A36562d5D7074f8EE664922b320e066e67C2a24",
|
|
7814
|
+
name: "Zunami Governance Token",
|
|
7815
|
+
symbol: "ZUN",
|
|
7816
|
+
decimals: 18,
|
|
7817
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZUN/logo.svg",
|
|
7818
|
+
extensions: {
|
|
7819
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7820
|
+
opListId: "extended",
|
|
7821
|
+
opTokenId: "ZUN"
|
|
7822
|
+
}
|
|
7823
|
+
},
|
|
7824
|
+
{
|
|
7825
|
+
chainId: 8453,
|
|
7826
|
+
address: "0xB5617AC8918CDC0e877c9Fb7e75B9dF62DBD539B",
|
|
7827
|
+
name: "Zunami Governance Token",
|
|
7828
|
+
symbol: "ZUN",
|
|
7829
|
+
decimals: 18,
|
|
7830
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZUN/logo.svg",
|
|
7831
|
+
extensions: {
|
|
7832
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7833
|
+
opListId: "extended",
|
|
7834
|
+
opTokenId: "ZUN"
|
|
7835
|
+
}
|
|
7836
|
+
},
|
|
7797
7837
|
{
|
|
7798
7838
|
chainId: 1,
|
|
7799
7839
|
address: "0xc2e660C62F72c2ad35AcE6DB78a616215E2F2222",
|
|
@@ -7930,7 +7970,7 @@ var tokens = [
|
|
|
7930
7970
|
var version = {
|
|
7931
7971
|
major: 10,
|
|
7932
7972
|
minor: 0,
|
|
7933
|
-
patch:
|
|
7973
|
+
patch: 62
|
|
7934
7974
|
};
|
|
7935
7975
|
var optimism_tokenlist_default = {
|
|
7936
7976
|
name,
|