@eth-optimism/tokenlist 10.0.116 → 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 +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-056fea1e.d.ts → optimism.tokenlist-12e82389.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-08-29T23:
|
|
44
|
+
var timestamp = "2024-08-29T23:32:09.257Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5952,6 +5952,32 @@ var tokens = [
|
|
|
5952
5952
|
opTokenId: "rgUSD"
|
|
5953
5953
|
}
|
|
5954
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
|
+
},
|
|
5955
5981
|
{
|
|
5956
5982
|
chainId: 1,
|
|
5957
5983
|
address: "0xFc169284da39e8d337D01AB011C3e5d92f7DDBa6",
|
|
@@ -9252,7 +9278,7 @@ var tokens = [
|
|
|
9252
9278
|
var version = {
|
|
9253
9279
|
major: 10,
|
|
9254
9280
|
minor: 0,
|
|
9255
|
-
patch:
|
|
9281
|
+
patch: 117
|
|
9256
9282
|
};
|
|
9257
9283
|
var optimism_tokenlist_default = {
|
|
9258
9284
|
name,
|