@eth-optimism/tokenlist 10.0.115 → 10.0.117
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-90f70bda.d.ts → optimism.tokenlist-12e82389.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.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-08-
|
|
44
|
+
var timestamp = "2024-08-29T23:32:09.257Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1213,6 +1213,32 @@ var tokens = [
|
|
|
1213
1213
|
opTokenId: "cbETH"
|
|
1214
1214
|
}
|
|
1215
1215
|
},
|
|
1216
|
+
{
|
|
1217
|
+
chainId: 1,
|
|
1218
|
+
address: "0x37fc4b48ce93469dbea9918468993c735049642a",
|
|
1219
|
+
name: "CropBytes",
|
|
1220
|
+
symbol: "CBX",
|
|
1221
|
+
decimals: 18,
|
|
1222
|
+
logoURI: "https://ethereum-optimism.github.io/data/CBX/logo.svg",
|
|
1223
|
+
extensions: {
|
|
1224
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1225
|
+
opListId: "extended",
|
|
1226
|
+
opTokenId: "CBX"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
chainId: 8453,
|
|
1231
|
+
address: "0xD988824d7fA1998D0ABBab2F79A82aF762886caC",
|
|
1232
|
+
name: "CropBytes",
|
|
1233
|
+
symbol: "CBX",
|
|
1234
|
+
decimals: 18,
|
|
1235
|
+
logoURI: "https://ethereum-optimism.github.io/data/CBX/logo.svg",
|
|
1236
|
+
extensions: {
|
|
1237
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1238
|
+
opListId: "extended",
|
|
1239
|
+
opTokenId: "CBX"
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1216
1242
|
{
|
|
1217
1243
|
chainId: 8453,
|
|
1218
1244
|
address: "0x2fa824bb2e06d6cac7dbab00be37dc0f3d440e8b",
|
|
@@ -5926,6 +5952,32 @@ var tokens = [
|
|
|
5926
5952
|
opTokenId: "rgUSD"
|
|
5927
5953
|
}
|
|
5928
5954
|
},
|
|
5955
|
+
{
|
|
5956
|
+
chainId: 1,
|
|
5957
|
+
address: "0xbd9908b0cdd50386f92efcc8e1d71766c2782df0",
|
|
5958
|
+
name: "DAOSquare Governance Token",
|
|
5959
|
+
symbol: "RICE",
|
|
5960
|
+
decimals: 18,
|
|
5961
|
+
logoURI: "https://ethereum-optimism.github.io/data/RICE/logo.svg",
|
|
5962
|
+
extensions: {
|
|
5963
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5964
|
+
opListId: "extended",
|
|
5965
|
+
opTokenId: "RICE"
|
|
5966
|
+
}
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
chainId: 8453,
|
|
5970
|
+
address: "0xf501e4c51dbd89b95de24b9d53778ff97934cd9c",
|
|
5971
|
+
name: "DAOSquare Governance Token",
|
|
5972
|
+
symbol: "RICE",
|
|
5973
|
+
decimals: 18,
|
|
5974
|
+
logoURI: "https://ethereum-optimism.github.io/data/RICE/logo.svg",
|
|
5975
|
+
extensions: {
|
|
5976
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5977
|
+
opListId: "extended",
|
|
5978
|
+
opTokenId: "RICE"
|
|
5979
|
+
}
|
|
5980
|
+
},
|
|
5929
5981
|
{
|
|
5930
5982
|
chainId: 1,
|
|
5931
5983
|
address: "0xFc169284da39e8d337D01AB011C3e5d92f7DDBa6",
|
|
@@ -9226,7 +9278,7 @@ var tokens = [
|
|
|
9226
9278
|
var version = {
|
|
9227
9279
|
major: 10,
|
|
9228
9280
|
minor: 0,
|
|
9229
|
-
patch:
|
|
9281
|
+
patch: 117
|
|
9230
9282
|
};
|
|
9231
9283
|
var optimism_tokenlist_default = {
|
|
9232
9284
|
name,
|