@eth-optimism/tokenlist 10.0.13 → 10.0.14
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-bc14a76f.d.ts → optimism.tokenlist-91e861f9.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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-04-
|
|
25
|
+
var timestamp = "2024-04-02T19:11:58.418Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1094,6 +1094,46 @@ var tokens = [
|
|
|
1094
1094
|
opTokenId: "crvUSD"
|
|
1095
1095
|
}
|
|
1096
1096
|
},
|
|
1097
|
+
{
|
|
1098
|
+
chainId: 1,
|
|
1099
|
+
address: "0xf4308b0263723b121056938c2172868E408079D0",
|
|
1100
|
+
name: "CryoDAO",
|
|
1101
|
+
symbol: "CRYO",
|
|
1102
|
+
decimals: 18,
|
|
1103
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRYO/logo.svg",
|
|
1104
|
+
extensions: {
|
|
1105
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1106
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1107
|
+
opListId: "extended",
|
|
1108
|
+
opTokenId: "CRYO"
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
chainId: 10,
|
|
1113
|
+
address: "0x01402d1Bc10Ae6E96C0E494A5860748517a3c070",
|
|
1114
|
+
name: "CryoDAO",
|
|
1115
|
+
symbol: "CRYO",
|
|
1116
|
+
decimals: 18,
|
|
1117
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRYO/logo.svg",
|
|
1118
|
+
extensions: {
|
|
1119
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1120
|
+
opListId: "extended",
|
|
1121
|
+
opTokenId: "CRYO"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
chainId: 8453,
|
|
1126
|
+
address: "0x1f4446fAAAed23090f324f051C3F8c5ce5aD1c36",
|
|
1127
|
+
name: "CryoDAO",
|
|
1128
|
+
symbol: "CRYO",
|
|
1129
|
+
decimals: 18,
|
|
1130
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRYO/logo.svg",
|
|
1131
|
+
extensions: {
|
|
1132
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1133
|
+
opListId: "extended",
|
|
1134
|
+
opTokenId: "CRYO"
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1097
1137
|
{
|
|
1098
1138
|
chainId: 1,
|
|
1099
1139
|
address: "0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
|
|
@@ -5914,7 +5954,7 @@ var tokens = [
|
|
|
5914
5954
|
var version = {
|
|
5915
5955
|
major: 10,
|
|
5916
5956
|
minor: 0,
|
|
5917
|
-
patch:
|
|
5957
|
+
patch: 14
|
|
5918
5958
|
};
|
|
5919
5959
|
var optimism_tokenlist_default = {
|
|
5920
5960
|
name,
|